* systty.h [SYSV_PTYS]: #include <sys/types.h>. Francesco
authorJim Blandy <jimb@redhat.com>
Fri, 21 May 1993 23:47:10 +0000 (23:47 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 21 May 1993 23:47:10 +0000 (23:47 +0000)
Potorti` <pot@fly.CNUCE.CNR.IT> says it's necessary on his
machine, and it should be harmless.

src/systty.h

index 897a3c28e93f6927e8c0892622fa76ac9305ad64..99c906ed3a3a8a1f608a2f60e437abf2bfdebaf0 100644 (file)
@@ -108,6 +108,7 @@ static struct sensemode {
 #endif /* AIX */
 
 #ifdef SYSV_PTYS
+#include <sys/types.h>
 #include <sys/tty.h>
 #ifdef titan
 #include <sys/ttyhw.h>